home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / grafikkarten / deinterlace / deinterlace.txt < prev    next >
Text File  |  1995-07-30  |  737b  |  34 lines

  1. A little programm which loads an IFF-Picture an kills the second line,
  2. after this it will make an atialias.
  3.  
  4. Description
  5.  
  6. 1.Line    010977564736288273647564736475655
  7. 2.Line    > will be killed <
  8. 3.Line    728576265987498752935923065930659
  9. 4.Line    > will be killed <
  10. ...
  11.  
  12. After Antialias:
  13.  
  14. 1.Line    010977564736288273647564736475655
  15. 2.Line    3147763648...
  16. 3.Line    728576265987498752935923065930659
  17. 4.Line    > will be killed <
  18. ...
  19.  
  20. Every second line will be computed after this algorithm:
  21.  
  22. Line i: position j: L(i,j)=(L(i-1,j)+L(i+1,j))/2
  23.  
  24. Author: Thomas Reinhardt
  25.         Lehnerzer Str. 31
  26.         36039 Fulda-Lehnerz
  27.         (0661)-63945
  28.  
  29. Send bugs to :
  30.  
  31.         cyber@cip.informatik.uni-wuerzburg.de
  32.  
  33. This Program Is FreeWare!!!
  34.